type golang.org/x/net/idna.info
20 uses
golang.org/x/net/idna (current package)
idna.go#L491: bidi = bidi || info(v).isBidi(s[i:])
idna.go#L493: switch p.simplify(info(v).category()) {
idna.go#L509: func (c info) isBidi(s string) bool {
idna.go#L532: var combinedInfoBits info
idna.go#L544: combinedInfoBits |= info(v)
idna.go#L545: bidi = bidi || info(v).isBidi(s[i:])
idna.go#L549: switch p.simplify(info(v).category()) {
idna.go#L571: b = info(v).appendMapping(b, s[start:i])
idna.go#L697: cat := info(v).category()
idna.go#L802: cat := info(v).category()
idna.go#L819: x := info(v)
idna.go#L843: x = info(v)
idna.go#L863: func (c info) appendMapping(b []byte, s string) []byte {
trieval.go#L40: type info uint16
trieval.go#L94: func (c info) isMapped() bool {
trieval.go#L98: func (c info) category() category {
trieval.go#L106: func (c info) joinType() info {
trieval.go#L113: func (c info) isModifier() bool {
trieval.go#L117: func (c info) isViramaModifier() bool {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)